/* This gets the name of the package to be installed added on and then is displayed as the main window title. e.g. The window title would be 'Install Mac OS X' */
"WindowTitle" = "%@ をインストール";
/* Alert box title */
"Alert" = "警告";
/* Contents for alert box displayed when the user tries to quit the app while the package is installing */
"CantQuit" = "ソフトウェアのインストール中はインストーラを終了できません。";
/* Contents for alert box displayed when the user tries to close the package with the window close widget when doing an OS install */
"QuitDuringOSInstall" = "インストーラは“%@”をインストールしていません。ここで終了すると、コンピュータを Mac OS X で起動できなくなるおそれがあります。\n\n終了すると、コンピュータが再起動されます。コンピュータの起動ディスクを選択するには、“起動ディスク”をクリックしてください。";
/* Displayed when the user tries to quit the app when installing a package (from CD or NetBoot) but before it has actually started */
/*"QuitBeforeCDInstall" = "Are you sure you want to quit? The Installer has not started. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts.";*/
/* Displayed when the user tries to quit the app when installing the OS but before it has actually started */
/*"QuitBeforeOSInstall" = "Are you sure you want to quit? The Installer has not installed %@. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts.\n\nTo start up your computer using the %@ CD, press the C key when your computer restarts.";*/
/* Displayed if the user tries to quit while installing is in progress */
/*"QuitDuringOSInstall" = "Are you sure you want to quit? The Installer has started installing %@. If you quit now, you may be unable to use your computer. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts. If your computer cannot start up, start up using the %@ CD.\n\nTo start up using the %@ CD, press the C key when your computer restarts.";*/
/* Displayed if the user tries to quit while a normal install is taking place */
/* Error message given when plugin is loaded but doesn't have its firstPage outlet set. This is mostly a debugging aid. */
"NoFirstPage" = "プラグイン %@ に最初のページがありません。";
/* Alert box title when the user cannot save a file log document */
"CantSaveFile" = "ファイルを保存できません";
/* Alert box explanatory text displayed when a user cannot save a file log document. Could later add showing the actual file name and actual location. */
"CantSaveFileText" = "ここに書類を保存するアクセス権がありません。";
/* Displayed in the list of panels on the left side of the window for the welcome panel */
"PageMatrixIntroduction" = "紹介";
/* Displayed in the list of panels on the left side of the window for the package read me document */
"PageMatrixReadMe" = "大切な情報";
/* Displayed in the list of panels on the left side of the window for the package license document */
"PageMatrixLicense" = "使用許諾契約";
/* Displayed in the list of panels on the left side of the window for selecting a target volume */
"PageMatrixTargetSelect" = "インストール先を選択";
/* Displayed in the list of panels on the left side of the window for selecting easy vs. custom install */
"PageMatrixInstallType" = "インストールの種類";
/* Displayed in the list of panels on the left side of the window for the custom install panel */
"PageMatrixPackages" = "パッケージ";
/* Displayed in the list of panels on the left side of the window for the progress panel */
"PageMatrixInstalling" = "インストール中";
/* Displayed in the list of panels on the left side of the window for listing the selected packages in a custom install */
"PageMatrixSummary" = "まとめ";
/* Displayed in the list of panels on the left side of the window for the 'all done' panel */
"PageMatrixFinish" = "仕上げ";
/* Default name for log file. */
"UntitledLog.txt" = "名称未設定ログ.txt";
/* Menu items displayed in the Log Window of the Installer at the bottom right. Adjusts the detail shown. */
"ShowErrorsOnly" = "エラーのみ表示";
"ShowErrorsAndProgress" = "エラーと進行状況を表示";
"ShowEverything" = "すべてを表示";
"PrintLogMenuItem" = "ログをプリント...";
"DefaultPrintMenuItem" = "プリント...";
/* The right of the two buttons displayed in the bottom right of the log window. Prints the log.*/
"printButton" = "プリント...";
/* The left of the two buttons displayed in the bottom right of the log window. Saves the log to file.*/
"saveButton" = "保存...";
/* Hide/Show Log menu items used by the InstallerController*/